projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a9c5c
)
[gtk/gtkaccessible] Seal the public member of GtkAccesible
author
Javier Jardón
<jjardon@gnome.org>
Tue, 8 Dec 2009 01:07:51 +0000
(
02:07
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 8 Dec 2009 01:08:35 +0000
(
02:08
+0100)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=544892
gtk/gtkaccessible.h
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.h
b/gtk/gtkaccessible.h
index b9dbf8b822fc58c3ef0d3373b09c8dd095b92331..5654a473aa4f12f3ec1c66baab56cfc50aa7ace8 100644
(file)
--- a/
gtk/gtkaccessible.h
+++ b/
gtk/gtkaccessible.h
@@
-50,7
+50,7
@@
struct _GtkAccessible
* The GtkWidget whose properties and features are exported via this
* accessible instance.
*/
- GtkWidget *
widget
;
+ GtkWidget *
GSEAL (widget)
;
};
struct _GtkAccessibleClass